home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-pycentral < prev    next >
Text File  |  2009-10-11  |  248b  |  8 lines

  1. rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
  2. if which pycentral >/dev/null 2>&1; then
  3.     pycentral pkginstall #PACKAGE#
  4.     if grep -qs '^#PACKAGE#$' /var/lib/pycentral/delayed-pkgs; then
  5.         sed -i '/^#PACKAGE#$/d' /var/lib/pycentral/delayed-pkgs
  6.     fi
  7. fi
  8.